CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Delaunay triangulation

搜索资源列表

  1. Delauny-Tin_VB

    0下载:
  2. 用VB语言编写的Delaunay三角网生成算法-Delaunay triangulation creation algorithm with VB language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3059
    • 提供者:静水流深
  1. contourTri_

    0下载:
  2. 这是一个基于三角网的等值线图与线性插值的三角形。-Contour plot based on Delaunay triangulation with linear interpolation across triangles
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1690
    • 提供者:liuhengjie
  1. delaunay

    0下载:
  2. PaulChew编写的java环境下矩形三角化例子-Rectangular triangulation example PaulChew written in Java environment
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:17047
    • 提供者:wanglinbo
  1. Bee22md2mE

    0下载:
  2. BEMD对图像进行分解,包络构造使用Delaunay三角剖分与三次插值,的的到分解的结果。输入:灰度bmp图像输出:imf1 imf2 imf3 残差 -BEMD decomposition of the image, envelope constructed using the Delaunay triangulation with cubic interpolation of the result of decomposition. Input: grayscale bmp image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1807
    • 提供者:郭娟
  1. Seg

    0下载:
  2. A Fast Image Segmentation using Delaunay Triangulation
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:8832
    • 提供者:ruobaa
  1. meshing1.1

    3下载:
  2. 这是用fortran写的一个delaunay三角网划分的程序-This is a program of the fortran write a delaunay triangulation network by
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-25
    • 文件大小:14336
    • 提供者:maqiang
  1. Triangulation_3

    0下载:
  2. 可以做三维的三角剖分,速度快,效率非常非常高。-is used for 3D Delaunay triangulation
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-27
    • 文件大小:9643911
    • 提供者:yjh
  1. TriSplit

    0下载:
  2. 利用VS2008和opencv函数库实现Delaunay三角分割算法。-VS2008 and opencv library to achieve Delaunay triangulation algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4891702
    • 提供者:ffl
  1. DTriangulatorr

    0下载:
  2. 绘制Delaunay三角网 绘制制Delaunay三角网 -Draw the Delaunay triangulation draw system Delaunay triangulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:34868
    • 提供者:cbcongfuzi
  1. CDDeelaunayo

    0下载:
  2. 构建Delaunay三角网的VB源TTriangleDevelopment -VB source TTriangleDevelopment build the Delaunay triangulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17693
    • 提供者:feng
  1. 2dDelaunay2

    0下载:
  2. 比较通用的二维Delaunay三角网的剖分算法,值得学习-Generic split of the two-dimensional Delaunay triangulation algorithm, it is worth learning
  3. 所属分类:Graph program

    • 发布日期:2017-11-27
    • 文件大小:53495
    • 提供者:潘迅
  1. Delaunay_Triangle

    0下载:
  2. 一个快速完整的Delaunay三角剖分程序,能在VC6.0环境中编译运行,是我从一个java源代码移植到VC中并做了一些改进。-a rapid delaunay triangulation program,can compiled and running in VC6.0 environment,is write from an java program with some upgrade.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:88952
    • 提供者:gfaming
  1. Delaunay

    0下载:
  2. 利用C#+Arc Engine实现了三角剖分-To C#+Arc Engine triangulation
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:3126796
    • 提供者:冯殿军
  1. geompack3

    0下载:
  2. 基于三角形网格的网格生成方法,用于网格生成的fortran90程序,非常好用。-GEOMPACK3 is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi diagram, and the Delaunay triangulation, of a set of points in the plane.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1503
    • 提供者:Jason
  1. delaunay

    1下载:
  2. 三角剖分matlab实现的三角剖分,形成网格模型-Triangulation matlab achieve triangulation, to form a grid model
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-11
    • 文件大小:40764
    • 提供者:wanglu
  1. test_

    1下载:
  2. 实现点集的约束Delaunay三角剖分,采用GUI图形设计界面-Constrained Delaunay triangulation point set using the GUI graphical design interface
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:3534098
    • 提供者:严红娟
  1. qhull-2012.1

    0下载:
  2. Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhul
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:12901893
    • 提供者:CX
  1. diedaisi

    0下载:
  2. Delaunay三角形和Voronoi划分的迭代式构造-Delaunay triangulation and Voronoi division iterative construction
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:1761
    • 提供者:liye
  1. insardemos

    1下载:
  2. DEM自动建立程序 Delaunay三角网建立-DEM automatically establish procedures Creation of Delaunay Triangulation
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:1654642
    • 提供者:张鱼
  1. 2dDelaunay

    0下载:
  2. 二维平面内随机点的delaunay三角化算法的实现,完整源代码。-Delaunay triangulation algorithm of random points in the two-dimensional plane, complete source code.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:920535
    • 提供者:杜杜
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com